home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / language / pixie.cpt / Pixie Scheme ƒ / PixieScheme.rsrc / STR#_128.txt < prev    next >
Encoding:
Text File  |  1991-01-07  |  10.0 KB  |  503 lines

  1. Even after a full GC, out of memory
  2.  
  3. Too many actual parameters to lambda expression
  4.  
  5. Too few actual parameters to lambda expression
  6.  
  7. Actual parameters are an improper list
  8.  
  9. Implementation: displayByteBlockPointer got pointer to a non byteBlock
  10.  
  11. Implementation: In type 1 full GC, toΓÇôspace is in use.  Attempting reset
  12.  
  13. Implementation: In type 2 full GC, toΓÇôspace is in use.  Attempting reset
  14.  
  15. Permanent symbol ΓÇö cannot assign
  16.  
  17. Permanent symbol ΓÇö cannot rebind
  18.  
  19. No lexically visible binding of this symbol
  20.  
  21. Unbound symbol ΓÇö cannot make permanent
  22.  
  23. Encountered delimiter "\r" ΓÇö expected atom
  24.  
  25. Encountered delimiter "\n" ΓÇö expected atom
  26.  
  27. Encountered delimiter "\t" ΓÇö expected atom
  28.  
  29. Encountered delimiter ΓÇö expected atom
  30.  
  31. Expected ")"
  32.  
  33. Read a "." not between a car and its cdr
  34.  
  35. Read an extra ")"
  36.  
  37. Identifier is too long
  38.  
  39. Too many characters in a number
  40.  
  41. Bad token ΓÇö mistyped boolean?
  42.  
  43. Bad token ΓÇö mistyped character name?
  44.  
  45. String is too long
  46.  
  47. Illegal escaped character in string
  48.  
  49. Illegal character
  50.  
  51. Implementation: "getToken"
  52.  
  53. Unknown exactness specifier in number
  54.  
  55. Unknown radix specifier in number
  56.  
  57. Number ends after sign
  58.  
  59. Number ends in prefix
  60.  
  61. Too many exactnesses in number
  62.  
  63. Too many precisions in number
  64.  
  65. Too many radices in number
  66.  
  67. Unknown radix specifier in number
  68.  
  69. Meaningless character after '#', possibly in the prefix of a number
  70.  
  71. Number ends prematurely (no digits)
  72.  
  73. Digit(s) expected
  74.  
  75. Digit(s), '.', or '/' expected
  76.  
  77. '#'s before radix point and digits after
  78.  
  79. More than one '.' or '/' in a number
  80.  
  81. Meaningless character in number: Expected '.', '/' or exponent
  82.  
  83. Meaningless character at end of number
  84.  
  85. Expected exponent
  86.  
  87. Number ends in exponent
  88.  
  89. No numerator
  90.  
  91. No denominator
  92.  
  93. Denominator is zero
  94.  
  95. Tried to list cars of a list, not all of whose elements are pairs
  96.  
  97. Tried to list cars of an improper list of lists
  98.  
  99. Tried to list cdrs of a list, not all of whose elements are pairs
  100.  
  101. Tried to list cdrs of an improper list of lists
  102.  
  103. Tried to display source code for a nonΓÇôinterpreted lambda expression
  104.  
  105. Lambda list item is not a symbol
  106.  
  107. Attempt to calculate this number modulo zero
  108.  
  109. Cannot write to a file
  110.  
  111. Cannot read from a file
  112.  
  113. Cannot get information about a file
  114.  
  115. Tried to make vector with negative number of elements
  116.  
  117. Argument to "reverse" is not a proper list
  118.  
  119. Second argument to "assoc" is not a proper list
  120.  
  121. Second argument to "assoc" is not an association list
  122.  
  123. Second argument to "assq" is not a proper list
  124.  
  125. Second argument to "assq" is not an association list
  126.  
  127. Second argument to "assv" is not a proper list
  128.  
  129. Second argument to "assv" is not an association list
  130.  
  131. Unknown procedure type in "call-with-current-continuation"
  132.  
  133. Unknown builtΓÇôin function type in "call-with-current-continuation"
  134.  
  135. "Call-with-current-continuation" procedure must accept a single argument
  136.  
  137. Attempt to raise negative number to nonΓÇôinteger power
  138.  
  139. Attempt to divide by zero
  140.  
  141. Improper list in "append"
  142.  
  143. List too short in "list-ref"
  144.  
  145. Need exact integer in "list-ref"
  146.  
  147. Need nonΓÇônegative argument to "list-tail"
  148.  
  149. Need exact integer in "list-tail"
  150.  
  151. List too short in "list-tail"
  152.  
  153. Second argument to "member" is not a proper list
  154.  
  155. Second argument to "memq" is not a proper list
  156.  
  157. Second argument to "memv" is not a proper list
  158.  
  159. Nonnegative integer required for "vector-ref"
  160.  
  161. Integer exceeds length of vector in "vector-ref"
  162.  
  163. Need exact integer in "vector-set!"
  164.  
  165. Nonnegative integer required for "vector-set!"
  166.  
  167. Integer exceeds length of vector in "vector-set!"
  168.  
  169. Need exact integer in "vector-set!"
  170.  
  171. Integer out of range for conversion to character
  172.  
  173. Nonnegative integer required for "string-ref"
  174.  
  175. Integer exceeds length of string in "string-ref"
  176.  
  177. Need exact integer in "string-ref"
  178.  
  179. Nonnegative integer required for "string-set!"
  180.  
  181. Integer exceeds length of string in "string-set!"
  182.  
  183. Need exact integer in "string-set!"
  184.  
  185. End exceeds length of string in "substring"
  186.  
  187. Start is negative in "substring"
  188.  
  189. Start exceeds end in "substring"
  190.  
  191. Need exact integer for "substring" end
  192.  
  193. Need exact integer for "substring" start
  194.  
  195. Tried to test arithmetic order with a nan
  196.  
  197. The last argument to "apply" must be a list
  198.  
  199. Tried to test arithmetic equality with a nan
  200.  
  201. Argument to "make-string" must be nonΓÇônegative integer
  202.  
  203. Need exact integer for "make-string"
  204.  
  205. Tried to test arithmetic equality with two infs of the same sign
  206.  
  207. Need exact integer for "make-vector"
  208.  
  209. Cannot create a file
  210.  
  211. "begin" starting an empty list
  212.  
  213. Cannot flush a file
  214.  
  215. Something TERRIBLE happened
  216.  
  217. Cannot open a file
  218.  
  219. Cannot set information about a file
  220.  
  221. Cannot get catalog information about a folder
  222.  
  223. Cannot close a file
  224.  
  225. Cannot flush a volume
  226.  
  227. Cannot delete contents of an existing file
  228.  
  229. Cannot write saved world
  230.  
  231. Cannot open file for loading world
  232.  
  233. Cannot load saved world
  234.  
  235. World to be loaded is too large
  236.  
  237. Cannot use that world in this version of Pixie Scheme
  238.  
  239. "Cond" must be followed by a list of clauses
  240.  
  241. Wrong number of arguments to "define"
  242.  
  243. Attempt to use "define" when not at top level
  244.  
  245. First argument to "define" must be a symbol, or a list (<symbol> ΓǪ)
  246.  
  247. Folder name is too long
  248.  
  249. Cannot learn about default folder and volume
  250.  
  251. Cannot open file for saving world
  252.  
  253. Empty lambda expression
  254.  
  255. Cannot get information about a folder
  256.  
  257. Cannot get information about a working directory
  258.  
  259. Cannot open a working directory
  260.  
  261. Cannot close a working directory
  262.  
  263. Volume name is too long
  264.  
  265. Cannot get information about a volume
  266.  
  267. Cannot find startup volume
  268.  
  269. ΓÇó
  270.  
  271. Wrong number of arguments to "quote" ΓÇö should be 1
  272.  
  273. Wrong number of arguments to "set!" ΓÇö should be 2
  274.  
  275. First argument to "set!" must be a symbol
  276.  
  277. First argument to "set!" is a symbol but is not bound
  278.  
  279. ΓÇó
  280.  
  281. ΓÇó
  282.  
  283. Not a procedure or a special form
  284.  
  285. Too many arguments for builtΓÇôin function (in "apply")
  286.  
  287. Unknown function type
  288.  
  289. Attempt to apply a nonΓÇôprocedure
  290.  
  291. Tried to test arithmetic order with two infs of the same sign
  292.  
  293. Wrong number of arguments
  294.  
  295. Not enough arguments
  296.  
  297. Too many arguments
  298.  
  299. BuiltΓÇôin function with too many arguments
  300.  
  301. Argument has improper type for this operation
  302.  
  303. Marked argument has improper type for this operation
  304.  
  305. Marked arguments have improper types for this operation
  306.  
  307. car of "fmt" list is not a formatΓÇôdescriptor
  308.  
  309. Unknown kind of builtΓÇôin function
  310.  
  311. No way to evaluate this object
  312.  
  313. Unbound symbol ΓÇö cannot assign a value to it
  314.  
  315. Improper list of items to evaluate (last item is shown)
  316.  
  317. Argument out of range for "acos"
  318.  
  319. Argument out of range for "asin"
  320.  
  321. Number out of range for coercion to a 32ΓÇôbit signed integer
  322.  
  323. Attempt to divide this number by zero
  324.  
  325. Argument out of range for "log"
  326.  
  327. Argument out of range for "sqrt"
  328.  
  329. Tried to take the car of a nonΓÇôpair
  330.  
  331. Tried to take the cdr of a nonΓÇôpair
  332.  
  333. Implementation: Saw 0x3000 (extra cdr code) in "cdr"
  334.  
  335. Unbound symbol
  336.  
  337. Implementation: Argument to "hashString" is not a string
  338.  
  339. Suspiciously large number of characters
  340.  
  341. Tried to take the length of an improper list
  342.  
  343. Cannot open file
  344.  
  345. Implementation: Argument to "setCar" is not a pair
  346.  
  347. Implementation: Argument to "setCdr" is not a pair
  348.  
  349. Implementation: Saw 0x3000 (extra cdr code) in "setCar"
  350.  
  351. Destination string is too small for a stringΓÇôinsertion
  352.  
  353. Implementation: Argument to "stringRef" is not a string
  354.  
  355. Tried to reference string at negative index
  356.  
  357. Tried to reference string beyond its length
  358.  
  359. Implementation: Argument to "stringSet" is not a string
  360.  
  361. Tried to set string at negative index
  362.  
  363. Tried to set string beyond its length
  364.  
  365. Implementation: Argument to "vectorRef" is not a vector
  366.  
  367. Tried to reference vector at negative index
  368.  
  369. Tried to reference vector beyond its length
  370.  
  371. Implementation: Argument to "vectorSet" is not a vector
  372.  
  373. Tried to set vector at negative index
  374.  
  375. Tried to set vector beyond its length
  376.  
  377. Too many open files
  378.  
  379. Implementation: Bad Scheme file descriptor
  380.  
  381. File name is too long
  382.  
  383. Implementation: First "parseFmt" switch
  384.  
  385. Unexpected end of input, after a "#"
  386.  
  387. Unexpected end of input, after "#\"
  388.  
  389. Unexpected end of input, within a string
  390.  
  391. Unexpected end of input, after a "\" in a string
  392.  
  393. Unexpected end of input, in an SΓÇôexpression
  394.  
  395. First argument to "define" must be a symbol, or a list (<symbol> ΓǪ)
  396.  
  397. ΓÇó
  398.  
  399. ΓÇó
  400.  
  401. Tried to print too many characters at once.
  402.  
  403. ΓÇó
  404.  
  405. ΓÇó
  406.  
  407. Absolute value of exponent is too large
  408.  
  409. Exponent has too many digits (at most 10 are allowed)
  410.  
  411. Implementation: Second "parseFmt" switch
  412.  
  413. "fmt" is an improper list
  414.  
  415. Unknown item in a "fmt"
  416.  
  417. More than one exactness modifier in a "fmt"
  418.  
  419. More than one radix modifier in a "fmt"
  420.  
  421. Malformed exactness modifier in a "fmt"
  422.  
  423. Expected 'e' or 's' in exactness modifier
  424.  
  425. Malformed radix modifier in a "fmt"
  426.  
  427. Unknown radix specifier in a "fmt"
  428.  
  429. Expected 'e' or 's' in radix modifier
  430.  
  431. "fmt" contains an 'h' where it is not allowed
  432.  
  433. Need positive integer
  434.  
  435. Need nonnegative integer
  436.  
  437. Second number should be less than first
  438.  
  439. Implementation: "formatNumber" switch
  440.  
  441. Number has a fractional part, cannot format as integer
  442.  
  443. Number requires too many characters to print
  444.  
  445. Implementation: "xecvt"
  446.  
  447. Calculating lcm, temporary value too large
  448.  
  449. Cannot set print lengths and depths to less than three
  450.  
  451. Define with more than two arguments must have a list as its first one
  452.  
  453. Permanent symbol ΓÇö cannot use as formal parameter to lambda expression
  454.  
  455. Implementation: Saw 0x3000 (extra cdr code) in "cdrC"
  456.  
  457. Implementation: Restoring too many bytes from main store to the stack
  458.  
  459. Implementation: Bad stack magic number in "eval"
  460.  
  461. Argument lists to "for-each" have different lengths
  462.  
  463. Argument lists to "map" have different lengths
  464.  
  465. Attempt to dereference a nonΓÇôlocation
  466.  
  467. Macro body did not evaluate to a procedure
  468.  
  469. First element of list is not a macro
  470.  
  471. Incomplete macro definition
  472.  
  473. First argument to "macro" must be a symbol
  474.  
  475. Lambda expression with empty body
  476.  
  477. Lambda expression with malformed body
  478.  
  479. FloatingΓÇôpoint arithmetic is broken
  480.  
  481. ΓÇó
  482.  
  483. ΓÇó
  484.  
  485. "begin" starting an improper list
  486.  
  487. Implementation: Wrong number of args for "quoteSimpleEvalCode ΓÇö expect 1
  488.  
  489. Attempt to apply "set-car!" to a constant pair
  490.  
  491. Attempt to apply "set-cdr!" to a constant pair
  492.  
  493. Attempt to apply "string-fill!" to a constant string
  494.  
  495. Attempt to apply "string-set!" to a constant string
  496.  
  497. Attempt to apply "vector-fill!" to a constant vector
  498.  
  499. Attempt to apply "vector-set!" to a constant vector
  500.  
  501. Encountered (); expected macro, special form or procedure call
  502.  
  503.